home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / CODING / MISC / NUD-1003.ZIP / NUD-1003.TXT
Encoding:
Internet Message Format  |  1992-11-29  |  21.8 KB

  1. From: "Neuron-Digest Moderator" <neuron-request@cattell.psych.upenn.edu>
  2. To: Neuron-Distribution: ;
  3. Subject: Neuron Digest V10 #3
  4. Reply-To: "Neuron-Request" <neuron-request@cattell.psych.upenn.edu>
  5. X-Errors-To: "Neuron-Request" <neuron-request@cattell.psych.upenn.edu>
  6. Organization: University of Pennsylvania
  7. Date: Thu, 17 Sep 92 00:31:04 -0400
  8. Message-ID: <20778.716704264@cattell.psych.upenn.edu>
  9. Sender: marvit@cattell.psych.upenn.edu
  10.  
  11. Neuron Digest   Wednesday, 16 Sep 1992
  12.                 Volume 10 : Issue 3
  13.  
  14. Today's Topics:
  15.              Limitations of Neural Nets with Quadrature data
  16.            Re: Limitations of Neural Nets with Quadrature data
  17.                         Post-doctoral Fellowship
  18.                       "Expert Systems" on Macintosh
  19.            2nd Request for (p)Reprints on Simulated Annealing
  20.           Petition: Computer Scientists object to gov't report
  21.                      Senior Academic Post Available
  22.                 studentships available almost immediately
  23.  
  24.  
  25. Send submissions, questions, address maintenance, and requests for old
  26. issues to "neuron-request@cattell.psych.upenn.edu". The ftp archives are
  27. available from cattell.psych.upenn.edu (128.91.2.173). Back issues
  28. requested by mail will eventually be sent, but may take a while.
  29.  
  30. ----------------------------------------------------------------------
  31.  
  32. Subject: Limitations of Neural Nets with Quadrature data
  33. From:    samodena@csemail.cropsci.ncsu.edu (S. A. Modena)
  34. Organization: Crop Science Dept., NCSU, Raleigh, NC 27695-7620
  35. Date:    26 Aug 92 03:22:03 +0000
  36.  
  37. [[ Editor's Note: This message and the next were taken from a BIONET
  38. mailing list, but seemed to be of potential interest to Digest readers.
  39. Any protein synthesizers wish to comment? -PM ]]
  40.  
  41. "Feedforward Networks for Supervised Training:
  42.  
  43. "We simulate supervised training of neural network connection weights and
  44. minimize specified measures of pattern-association error.  .....we
  45. consider only feedforward connections.  We start with the LMS algorithm
  46. for simple perceptrons....
  47.  
  48. .....
  49.  
  50. "The simple two-layer pattern associator (perceptrons) ...relates input-
  51. and output-layer activations by
  52.  
  53.                        8
  54. [1]     layer2[i] = SUM-OVER W[i,k]*layer1[k]  (i=1,2,...8)
  55.                       k=1
  56.  
  57. "Our objective is to train the connection weights W[i,k] so that the
  58. perceptron associates eight given binary (0,1) output patterns (target
  59. patterns) with eight corresponding given binary input patterns, say the
  60. output (0,0,0,0,0,0,0,1) with the input (1,1,0,0,0,0,0,0), etc.  This
  61. will not always work; a perceptron based on equation [1] can distinguish
  62. input patterns only if they are "linearly separable" by a hyperplane in
  63. pattern space. We can still obtain useful results.
  64.  
  65. ......skip a lot....
  66.  
  67. "As we already noted, the input-pattern classes corresponding to
  68. different output patterns must be linearly separable.  This means that
  69. their pattern points must be separated by a hyperplane
  70.  
  71.         W*layer1 = CONST
  72.  
  73. in n-dimensional space.  This is, for instance, not true for the simple
  74. two-dimensional binary input patterns (0,0), (0,1), (1,0), (1,1) needed
  75. for the XOR (exclusive-OR) operation.  As we add extra layers, we shall
  76. obtain more general separation hypersurfaces made up of multiple
  77. hyperplane segments.
  78.  
  79. "Hidden Layers and Non-Linear Operations
  80.  
  81. "Augmenting the basic pattern associator... with intermediate "hidden"
  82. layers will not help if the relations between different layer activations
  83. are *linear* like equation [1], for such a network acts exactly like the
  84. equivalent linear two-layer network.  Nonlinear operations are
  85. *absolutely* necessary.
  86.  
  87. QUOTED from:   Neural Network Experiments on Personal Computers
  88.                       and Workstations
  89.                Granino A. Korn
  90.                "A Bradford Book"
  91.                The MIT Press 1991 Cambridge
  92.                QA76.87.K67
  93.                ISBN 0-262-61073-6  (with computer diskette)
  94.  
  95. This reading brought to minde two things:
  96.  
  97. 1:
  98. Jack Cramer argued that not all information is in the primary DNA
  99. sequence in the case of histone-core placement...or at least, it
  100. is better to have supplimentary information available to "simply"
  101. the problem of site detection.
  102.  
  103. Some argued that a neural net ought "to work" by analogy with the
  104. perceptron "success" for promoter recognition (...feel free to
  105. correct me).
  106.  
  107. I interprete the above to mean that perhaps a NN can do it all with
  108. just DNA sequence, but that NONLINEAR part is the zinger.  Then, what
  109. nonlinear partial derivitive does one use to estimate the error
  110. terms?  That seems to be the critical point: the difference between
  111. a theoretically possible solution and an actual solution.  Actually,
  112. this is similar to Shannon's proofs: proving the existance that a
  113. code exists with certain properties is not equivalent to describing the
  114. implementation parameters of the code.
  115.  
  116. 2:
  117. The problem involved with information that is succinctly expressed
  118. in two bit wide alphabets....the difficulty experienced by perceptrons
  119. appears to do with the conciseness of expressing four alternative
  120. states with a two-bit representation.  Here I feel there is a hint
  121. (or reinforcement) of why channel codes often are implemented by
  122. widening the number of bits for representing letters of the alphabet.
  123. There is a need for hyperplane separability, and that is easily
  124. achieved by increasing the character width. (as I described in
  125. the CD ROM encoding scheme somewhat earlier).
  126.  
  127. These thoughts lead me to wonder whether proteins designed to interact
  128. in specific ways with DNA must have a "contact layer" not unlike
  129. Layer1 of a neural net.  And then subsequent "hidden layers" (other
  130. parts of the folded protein structure) to perform nonlinear activation
  131. functions in order to achieve hypersurface separability. The LayerN
  132. neurons can be represented in a protein by the "decision action"
  133. which in the case of Eco RI is "0" or "1": cleave or not-cleave.              
  134. Actually in the case of Eco RI, it is 00, 01, 10, 11: no cleavage;
  135. cleave left only; cleave right only; cleave both......four states
  136. of decision result needed to describe wildtype Eco RI and the studied
  137. variants.
  138.  
  139. Back to NNs:
  140.  
  141.     "As we add extra layers, we shall obtain more general separation 
  142. hypersurfaces made up of multiple hyperplane segments."
  143.  
  144. That statement intrigues me.  It's a way to think about protein design
  145. also.
  146.  
  147. Steve
  148.  
  149. +------------------------------------------------------------------+
  150. |     In person:  Steve Modena     AB4EL                           |
  151. |     On phone:   (919) 515-5328                                   |
  152. |     At e-mail:  nmodena@unity.ncsu.edu                           | 
  153. |                 samodena@csemail.cropsci.ncsu.edu                |
  154. |                 [ either email address is read each day ]        |
  155. |     By snail:   Crop Sci Dept, Box 7620, NCSU, Raleigh, NC 27695 |
  156. +------------------------------------------------------------------+
  157.          Lighten UP!  It's just a computer doing that to you.
  158. OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO
  159.          
  160.  
  161. ------------------------------
  162.  
  163. Subject: Re: Limitations of Neural Nets with Quadrature data
  164. From:    toms@fcs260c2.ncifcrf.gov (Tom Schneider)
  165. Organization: Frederick Cancer Research and Development Center
  166. Date:    26 Aug 92 18:09:38 +0000
  167.  
  168. In article <1992Aug26.032203.20189@ncsu.edu> samodena@csemail.cropsci.ncsu.edu
  169. (S. A. Modena) writes:
  170.  
  171. >Some argued that a neural net ought "to work" by analogy with the
  172. >perceptron "success" for promoter recognition (...feel free to
  173. >correct me).
  174.  
  175. Before that, ribosome binding sites; after: splice junctions.
  176.  
  177. >The problem involved with information that is succinctly expressed
  178. >in two bit wide alphabets....the difficulty experienced by perceptrons
  179. >appears to do with the conciseness of expressing four alternative
  180. >states with a two-bit representation.
  181.  
  182. Actually, the original use of the perceptron did NOT have this problem
  183. because yours truely suggested the alphabetic widening!  The first use of
  184. a neural net to distinguish binding sites from other sequences was Gary
  185. Stormo's thesis:
  186.  
  187. @article{StormoPerceptron1982,
  188. author = "G. D. Stormo
  189.  and T. D. Schneider
  190.  and L. Gold
  191.  and A. Ehrenfeucht",
  192. title = "Use of the {`Perceptron'} algorithm to distinguish translational
  193. initiation sites in {{\em E. coli}}",
  194. year = "1982",
  195. journal = "Nucl. Acids Res.",
  196. volume = "10",
  197. pages = "2997-3011"}
  198.  
  199. Nobody has gotten around to trying it directly with 4 symbols, as far as
  200. I know.  It just seemed to be not a good idea because it forces a bias
  201. into the results.
  202.  
  203.   Tom Schneider
  204.   National Cancer Institute
  205.   Laboratory of Mathematical Biology
  206.   Frederick, Maryland  21702-1201
  207.   toms@ncifcrf.gov
  208.  
  209. ------------------------------
  210.  
  211. Subject: Post-doctoral Fellowship
  212. From:    RREILLY@ccvax.ucd.ie
  213. Date:    09 Sep 92 10:33:00 -0100
  214.  
  215. Human Capital and Mobility Programme of the Commission of the European
  216. Communities
  217.  
  218. Postdoctoral Fellowship
  219. ==============================================================
  220.  
  221. Applications are invited for an EC funded post-doctoral fellowship with
  222. the connectionist research group in the Dept.  of Computer Science,
  223. University College Dublin, Ireland.  The duration of the fellowship may
  224. be between 6-12 months.  Remuneration will be at a rate of 3,255
  225. ECU/month (this covers subsistence, tax, social insurance, etc.).  The
  226. fellowship is open to EC citizens other than citizens of Ireland.
  227.  
  228. The research topics are:
  229.  
  230.         (1) The connectionist modelling of eye-movement control
  231.             in reading, and
  232.  
  233.         (2) The connectionist modelling of natural language
  234.             processing.
  235.  
  236. Interested candidates should send me a letter of application, a CV, and a
  237. list of their publications.  They should also indicate which research
  238. topic, and what particular aspects of it, they are interested in working
  239. on.
  240.  
  241. Since the closing date for receipt of applications is September 25,
  242. candidates are encouraged to send their applications either by e-mail or
  243. FAX.
  244.  
  245. Ronan Reilly
  246. Dept. of Computer Science
  247. University College Dublin
  248. Belfield
  249. Dublin 4
  250. IRELAND
  251.  
  252. Tel.:   +353.1.7062475
  253. Fax :   +353.1.2697262
  254. e-mail: rreilly@ccvax.ucd.ie
  255. =====================================================================
  256.  
  257.  
  258. ------------------------------
  259.  
  260. Subject: "Expert Systems" on Macintosh
  261. From:    VEMURI@icdc.llnl.gov
  262. Date:    Fri, 11 Sep 92 13:37:00 -0800
  263.  
  264. Dear friends:
  265.  
  266. I am being asked to guest edit a special issue of a technical periodical.
  267. The proposed topic of this special issue is "Expert Systems on Macintosh
  268. Platforms". The scope of the topic is broad in the sense we would be
  269. interested in all issues dealing with expert systems, shells,
  270. applications, hybrid systems containing expert systems and neural nets,
  271. expert systems and fuzzy systems, etc. The only constraint is to confine
  272. ourselves to those systems and case studies done on Apple Macintosh
  273. personal computers.
  274.  
  275. Our intention is to include both invited and submitted articles of high
  276. quality.  They will all be thoroughly reviewed by a panel of experts.
  277.  
  278. At this time my questions are the following:
  279.                 Is the Apple platform an unreasonable restriction?
  280.                 Is there enough material out there working on Apple  PC's
  281.                 Who are some of the important players?
  282.  
  283. Before I launch on a call for papers, I am testing the waters to see who
  284. is doing what.
  285.  
  286. Can you help?
  287.  
  288. V. Vemuri
  289. Professor
  290. Dept. of Applied Science
  291. University of California, Davis
  292. (510) 294-4051
  293.  
  294. ------------------------------
  295.  
  296. Subject: 2nd Request for (p)Reprints on Simulated Annealing
  297. From:    Lester Ingber <ingber@alumni.cco.caltech.edu>
  298. Date:    Sat, 12 Sep 92 11:47:12 -0800
  299.  
  300. 2nd Request for (p)Reprints on Simulated Annealing
  301.  
  302. I posted the text below in July, and have received many interesting
  303. papers which I will at least mention in my review.  It is clear that many
  304. researchers use something "like" simulated annealing (SA) in their work
  305. to approach quite difficult computational problems.  They take advantage
  306. of the ease of including complex constraints and nonlinearities into an
  307. SA approach that requires a quite simple and small code, especially
  308. relative to many other search algorithms.
  309.  
  310. However, the bulk of the papers I have seen use the standard Boltzmann
  311. annealing, for which it has been proven sufficient to only use a log
  312. annealing schedule for the temperature parameter in order to
  313. statistically achieve a global optimal solution.  This can require a
  314. great deal of CPU time to implement, and so these papers actually
  315. "quench" their searches by using much faster temperature schedules, too
  316. fast to theoretically claim they are achieving the global optimum.
  317. Instead they have defined their own method of simulated quenching (SQ).
  318.  
  319. In many of their problems this really is not much of an issue, as there
  320. is enough additional information about their system to be able to claim
  321. that their SQ is good enough, and the ease of implementation certainly
  322. warrants its use.  I.e., anyone familiar with trying to use other
  323. "standard" methods of nonlinear optimization on difficult problems will
  324. appreciate this.  I also appreciate that faster SA methods, such as I
  325. have published myself, are not as easily implemented.
  326.  
  327. I would like to have more examples of:
  328. (1) papers that have really used SA instead of SQ in difficult problems.
  329. (2) proposed/tested improvements to SA which still have the important
  330. feature of establishing at least a heuristic argument that a global
  331. optimum can indeed be reached, e.g., some kind of ergodic argument.
  332.  
  333. The review is on SA, and I do not have the allotted space or intention to
  334. compare SA to other important and interesting algorithms.
  335.  
  336. Thanks.
  337.  
  338. Lester
  339.  
  340. }I have accepted an invitation to prepare a review article on simulated
  341. }annealing for Statistics and Computing.  The first draft is due 15
  342. }Jan 93.
  343. }
  344. }If you or your colleagues have performed some unique work using
  345. }this methodology that you think could be included in this review,
  346. }please send me (p)reprints via regular mail.  As I will be
  347. }making an effort to prepare a coherent article, not necessarily an
  348. }all inclusive one, please do not be too annoyed if I must choose not
  349. }to include/reference work you suggest.  Of course, I will formally
  350. }reference or acknowledge any inclusion of your suggestions/material
  351. }in this paper.  While there has been work done, and much more remains
  352. }to be done, on rigorous proofs and pedagogical examples/comparisons,
  353. }I plan on stressing the use of this approach on complex, nonlinear
  354. }and even stochastic systems.
  355. }
  356. }I am a "proponent" of a statistical mechanical approach to selected
  357. }problems in several fields; some recent reprints are available via
  358. }anonymous ftp from ftp.umiacs.umd.edu [128.8.120.23] in the pub/ingber
  359. }directory.  I am not a hardened "proponent" of simulated annealing;
  360. }I welcome papers criticizing or comparing simulated annealing to
  361. }other approaches.  I already plan on including some references that
  362. }are openly quite hostile to this approach.
  363.  
  364.   #               Prof. Lester Ingber               #
  365.   #            ingber@alumni.caltech.edu            #
  366.   #  P.O. Box 857                                   #
  367.   #  McLean, VA 22101        [10ATT]0-700-L-INGBER  #
  368.  
  369.  
  370. ------------------------------
  371.  
  372. Subject: Petition: Computer Scientists object to gov't report
  373. From:    niv@linc.cis.upenn.edu (Michael Niv)
  374. Organization: University of Pennsylvania
  375. Date:    13 Sep 92 01:10:18 +0000
  376.  
  377. [[ Editor's Note: While this message is not directly concerned with
  378. Neural Networks, I feel it *is* applicable to many of the Digest
  379. readership. If you are involved with, or have an interest in, computer
  380. science research in the United States, please consider the issues this
  381. petition seeks to address and decide whether you feel the following
  382. effort is justified and/or supportable. -PM ]]
  383.  
  384. Petition: A Broader Agenda for Computer Science and Engineering
  385.  
  386.   A petition sponsored by John McCarthy, Bob Boyer, Jack Minker,
  387.   John Mitchell, and Nils Nilsson.
  388.  
  389. Dear Colleagues in Computer Science, Cognitive Science, and Engineering:
  390.  
  391. We are asking you to join us in asking the Computer Science and
  392. Telecommunications Board of the National Research Council to withdraw for
  393. revision its report entitled ``Computing the Future: A Broader Agenda for
  394. Computer Science and Engineering'', because we consider it misleading and
  395. even harmful as an agenda for future research.  Our objections include
  396. its defining computer science in terms of a narrow set of applied
  397. objectives, and its implication that the tone of computer science is to
  398. be set by government agencies, university administrators and
  399. industrialists and that computer scientists are just the ``soldiers on
  400. the ground''.
  401.  
  402. There is much useful information in the report, but the Preface and the
  403. Executive Summary characterize computer science in a way that no other
  404. science would accept.  Chapter 2, ``Looking to the Future of CS&E'', and
  405. Chapter 3, ``A Core CS&E Research Agenda for the Future'' should also not
  406. be accepted by computer scientists.  The Report merges computer science
  407. and computer engineering at the cost of abolishing computer science and
  408. seriously narrowing computer engineering.
  409.  
  410. Besides individual scientists, we hope that some computer science
  411. departments will collectively join in requesting the report's withdrawal.
  412.  
  413. Our campaign for the report's withdrawal is being conducted entirely by
  414. electronic mail, and we will be grateful to anyone who forwards this
  415. message to others who might be concerned.  Email to
  416. signatures@cs.stanford.edu will be counted as signing the petition, not
  417. as necessarily agreeing to everything in this message.  In fact, the
  418. sponsors of this message are committed to the petition and not
  419. necessarily to every detail of the message.  We haven't taken the time to
  420. hash out every detail.  So ``sign'' if you endorse the petition.
  421.  
  422. [The Latex source of the arguments against the report document is
  423. available by anonymous ftp from sail.stanford.edu under the name
  424. /pub/jmc/whysign.tex.  The other two documents are /pub/jmc/petition.tex
  425. for the petition itself and /pub/jmc/preface.tex for the preface and
  426. executive summary of the NRC report.  A non-Latex email message
  427. containing both the petition and arguments for it may be found under the
  428. name /pub/jmc/petition-why.]
  429.  
  430. As of 1992 September 4, the sponsors of this request are
  431. Bob Boyer, boyer@cs.utexas.edu,
  432. John McCarthy, jmc@cs.stanford.edu,
  433. Jack Minker, minker@cs.umd.edu,
  434. John Mitchell, jcm@cs.stanford.edu
  435. and
  436. Nils Nilsson, nilsson@cs.stanford.edu.  John McCarthy may be telephoned
  437. at 415 723-4430.
  438.  
  439. (from Stevan Harnad's PSYCOLOQUY list)
  440.  
  441. ------------------------------
  442.  
  443. Subject: Senior Academic Post Available
  444. From:    rohwerrj <rohwerrj@cs.aston.ac.uk>
  445. Date:    Tue, 15 Sep 92 18:03:13 +0000
  446.  
  447. **************************************************************************
  448.                    Senior Acedemic Post Available
  449.          Dept. of Computer Science and Applied Mathematics
  450.                           Aston University
  451. **************************************************************************
  452.  
  453. The Aston University Department of Computer Science and Applied
  454. Mathematics is building a research group in neural networks, genetic
  455. algorithms and related subjects. The group, led by the department
  456. chairman Professor David Bounds, and lecturers Richard Rohwer and Alan
  457. Harget currently has 7 PhD students.  The department is seeking a
  458. new senior faculty member, preferably at Reader or Professorial level,
  459. to augment this group.  The candidate must have proven skills as a
  460. research leader. The appointee will also be involved in some teaching
  461. and fundraising and will be expected to actively build upon Aston's
  462. close relationship with industry.  There is no prescribed time
  463. table for filling this post.
  464.  
  465. The Department has substantial computing resources, including a sequent
  466. symmetry and 2 large Sun networks.  Space has been set aside for
  467. expansion.  Aston University is in Birmingham, a convenient central
  468. England location with easy access to the rest of England and Wales.
  469.  
  470. Inquiries should be directed to:
  471.  
  472. Professor David Bounds
  473. CSAM
  474. Aston University
  475. Aston Triangle
  476. Birmingham  B4 7ET
  477. ENGLAND
  478.  
  479. (44 or 0) (21) 359-3611 x4243
  480.  
  481.  
  482. ------------------------------
  483.  
  484. Subject: studentships available almost immediately
  485. From:    rohwerrj <rohwerrj@cs.aston.ac.uk>
  486. Date:    Tue, 15 Sep 92 18:05:18 +0000
  487.  
  488. *****************************************************************************
  489.                   PhD STUDENTSHIPS AVAILABLE in NEURAL NETWORKS
  490.                 Dept. of Computer Science and Applied Mathematics
  491.                              Aston University
  492. *****************************************************************************
  493.  
  494. Funding has unexpectedly become available at the last minute for 1 or
  495. possibly 2 PhD studentships in the Neural Networks group at Aston
  496. University.  Ideally the students would enroll in October 1992.  The
  497. group currently consists of Professor David Bounds, lecturers Richard
  498. Rohwer and Alan Harget, and 7 PhD students.  Current research projects
  499. are drawn from Genetic Algorithms and Artificial Life, as well as
  500. main-line neural network subjects such as local basis function
  501. techniques and training algorithm research, with an emphasis on 
  502. recurrent networks.  For further information please contact me at the
  503. address below.
  504.  
  505. Richard Rohwer
  506. Dept. of Computer Science and Applied Mathematics
  507. Aston University
  508. Aston Triangle
  509. Birmingham  B4 7ET
  510. ENGLAND
  511.  
  512. Tel: (44 or 0) (21) 359-3611 x4688  (failing that, leave message at x4243)
  513. FAX: (44 or 0) (21) 333-6215
  514. rohwerrj@uk.ac.aston.cs       <-- email communication preferred.
  515.  
  516.  
  517. ------------------------------
  518.  
  519. End of Neuron Digest [Volume 10 Issue 3]
  520. ****************************************
  521.